home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.NotationDeclaration;
- import java.util.Enumeration;
-
- class ConstraintsCellDialog$1 implements Enumeration {
- // $FF: synthetic field
- final SchemaDoc val$sdoc;
- // $FF: synthetic field
- final ConstraintsCellDialog this$0;
- // $FF: renamed from: e java.util.Enumeration
- Enumeration field_0;
-
- public Object nextElement() {
- return ((NotationDeclaration)this.field_0.nextElement()).getName();
- }
-
- public boolean hasMoreElements() {
- return this.field_0.hasMoreElements();
- }
-
- ConstraintsCellDialog$1(SchemaDoc var1, ConstraintsCellDialog var2) {
- this.val$sdoc = var1;
- this.this$0 = var2;
- this.field_0 = this.val$sdoc.getDeclarations(Class.forName("com.extensibility.xml.NotationDeclaration"));
- }
- }
-